go/types.Checker.overflow (method)

5 uses

	go/types (current package)
		const.go#L22: func (check *Checker) overflow(x *operand, opPos token.Pos) {
		expr.go#L200: 		check.overflow(x, opPos(x.expr))
		expr.go#L685: 			check.overflow(x, opPos(x.expr))
		expr.go#L839: 		check.overflow(x, opPos)
		literals.go#L80: 	check.overflow(x, opPos(x.expr))